home *** CD-ROM | disk | FTP | other *** search
/ Surfin' Sam - A Hilariously Interactive Game / Surfin Sam.iso / pc / sam_232.dir / 00770.ls < prev    next >
Encoding:
Text File  |  1995-07-17  |  209 b   |  12 lines

  1. on mouseDown
  2.   global genS
  3.   puppetSound(" gonglo")
  4.   updateStage()
  5.   repeat while soundBusy(1) = 1
  6.     puppetSprite(7, 0)
  7.     puppetSprite(40, 1)
  8.   end repeat
  9.   unLoad("berrysmoke", "bergen")
  10.   go("bar")
  11. end
  12.